|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.ui.commands.NotDefinedException
Signals that an attempt was made to access the attributes of an undefined object.
This class is not intended to be extended by clients.
EXPERIMENTAL
Constructor Summary | |
NotDefinedException()
Constructs a NotDefinedException with no specified detail
message. |
|
NotDefinedException(String s)
Constructs a NotDefinedException with the specified
detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NotDefinedException()
NotDefinedException
with no specified detail
message.
public NotDefinedException(String s)
NotDefinedException
with the specified
detail message.
s
- the detail message.
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |